ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1BaseSerializer<TControl,TItem,TICollectionOwner> Class / SaveLayout Method / SaveLayout(String) Method
Path to the file where the values of the layout properties will be saved.

In This Topic
    SaveLayout(String) Method
    In This Topic
    Saves the object layout properties to the XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal filename As System.String _
    ) 
    public void SaveLayout( 
       System.string filename
    )

    Parameters

    filename
    Path to the file where the values of the layout properties will be saved.
    See Also